342 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-08-21 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 74 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY pl.`name` DESC
LIMIT 0,2 |
30.389
ms
|
1549 |
Yes
|
|
/classes/Category.php:1062
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1535 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 979
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
18.358
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1536 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 973
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
18.194
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
376 |
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 <= 2555
ORDER BY `level_depth` ASC, cs.`position` ASC |
13.423
ms
|
2439 |
Yes
|
|
/modules/axoncreator/axoncreator.php:2234
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1626 |
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 <= 2555
ORDER BY `level_depth` ASC, cs.`position` ASC |
6.431
ms
|
2439 |
Yes
|
|
/modules/axoncreator/axoncreator.php:2234
/modules/axoncreator/includes/widgets/axps-image.php:117 (getCategories)
/modules/axoncreator/includes/widgets/axps-image.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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
365 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 74 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
5.659
ms
|
1549 |
|
|
/classes/Category.php:991
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:106 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.800
ms
|
17402 |
|
|
/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:30 (require)
|
673 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 839
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
3.513
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
523 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1356
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
3.449
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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 |
2.770
ms
|
1024 |
Yes
|
|
/classes/Dispatcher.php:659
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
194 |
SELECT SQL_NO_CACHE DISTINCT apg.`id_accessory_group`,
apg.`id_accessory`,
apg.`default_quantity`,
apg.`min_quantity`,
apg.`required`,
apg.`position`,
pl.`link_rewrite`,
pl.`description_short`,
pl.`available_later`,
p.`id_product` AS `id_product`,
p.`is_virtual`,
p.`visibility`,
stock.`quantity` AS `stock_available`,
stock.`out_of_stock`,
apg.`id_accessory_group_product`,
apg.`id_product_attribute`,
i.`id_image`,
IF(`is`.`id_image`, `is`.`id_image`, i.`id_image`) `id_image`
FROM
`ps_accessory_group_product` apg INNER JOIN `ps_product` p ON (p.`id_product` = apg.`id_accessory`)LEFT JOIN
`ps_product_lang` pl ON (pl.`id_product` = apg.`id_accessory` AND pl.`id_shop` = 1 AND pl.`id_lang` = 1)
LEFT JOIN
`ps_accessory_group_product_lang` agpl ON (agpl.`id_accessory_group_product` = apg.`id_accessory_group_product` AND agpl.`id_lang` = 1)
LEFT JOIN
`ps_image` i ON (i.`id_product` = apg.`id_accessory` AND `i`.`cover` = 1)
LEFT JOIN
`ps_image_shop` `is` ON ( `is`.`id_image` = i.`id_image` AND `is`.id_shop = 1 AND `is`.`cover` = 1)
LEFT JOIN
`ps_image_lang` il ON (il.`id_image` = i.`id_image` AND il.`id_lang` = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE
apg.`id_accessory_group` IN (1) AND apg.`id_product` IN(60129) AND p.`id_product` NOT IN (60129) AND p.`visibility` != 'none' AND product_shop.`active` = 1
GROUP BY
apg.`id_accessory_group`,
apg.`id_accessory`
ORDER BY apg.`position` ASC |
2.193
ms
|
23751 |
Yes
|
Yes
|
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:599
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:576 (getAccessories)
/modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:454 (haveAccessories)
/modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:363 (isHookedInCurrentPage)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
182 |
SELECT SQL_NO_CACHE fp.`id_feature`, fp.`id_feature_value`, fp.`id_product`, fvl.`value`
FROM `ps_feature_product` as fp
LEFT JOIN `ps_feature_value_lang` as fvl ON (fp.`id_feature_value` = fvl.`id_feature_value`)
LEFT JOIN `ps_product_feature_value_pos` as pfvl ON (fvl.`id_feature_value` = pfvl.`id_feature_value`)
WHERE fp.`id_product` = 60129 AND fvl.`id_lang` = 1
GROUP BY fp.`id_feature_value` ORDER BY pfvl.`position` DESC |
1.547
ms
|
12117 |
Yes
|
Yes
|
/modules/multifeatures/multifeatures.php:681
/modules/multifeatures/multifeatures.php:188 (getProductFeaturePositions)
/modules/multifeatures/multifeatures.php:222 (getProductFeatures)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.420
ms
|
690 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1053 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 770
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
1.408
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
63 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.401
ms
|
755 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6892 (getManager)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
622 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 728
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
1.306
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
184 |
SELECT SQL_NO_CACHE fp.`id_feature`, fp.`id_feature_value`, fp.`id_product`, fvl.`value`
FROM `ps_feature_product` as fp
LEFT JOIN `ps_feature_value_lang` as fvl ON (fp.`id_feature_value` = fvl.`id_feature_value`)
LEFT JOIN `ps_product_feature_value_pos` as pfvl ON (fvl.`id_feature_value` = pfvl.`id_feature_value`)
WHERE fp.`id_product` = 60129 AND fvl.`id_lang` = 1
GROUP BY fp.`id_feature_value` ORDER BY pfvl.`position` DESC |
1.242
ms
|
12117 |
Yes
|
Yes
|
/modules/multifeatures/multifeatures.php:681
/modules/multifeatures/multifeatures.php:223 (getProductFeaturePositions)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1051 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 612
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
1.176
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.160
ms
|
0 |
|
|
/classes/Hook.php:1306
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6892 (getManager)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1627 |
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 |
0.979
ms
|
129 |
Yes
|
Yes
|
/classes/Manufacturer.php:211
/modules/axoncreator/includes/widgets/axps-image.php:119 (getManufacturers)
/modules/axoncreator/includes/widgets/axps-image.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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1607 |
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 |
0.875
ms
|
129 |
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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1245 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 117
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.796
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
94 |
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` = 74
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.681
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/ProductController.php:892 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
34 |
SELECT SQL_NO_CACHE *
FROM `ps_order_state` os
LEFT JOIN `ps_order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = 1) WHERE deleted = 0 ORDER BY `name` ASC |
0.671
ms
|
120 |
Yes
|
|
/classes/order/OrderState.php:132
/modules/seigitagmanager/classes/configurator/settings.php:97 (getOrderStates)
/modules/seigitagmanager/util/configurator/configurator.php:398 (__construct)
/modules/seigitagmanager/seigitagmanager.inc.php:1102 (getInstance)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:31 (dispatch)
|
894 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1132
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.594
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1332 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 276
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.582
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.580
ms
|
1254 |
|
|
/classes/Hook.php:1360
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1234 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 680
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.548
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
21 |
SELECT SQL_NO_CACHE *
FROM `ps_af_seopage` sp
INNER JOIN `ps_af_seopage_lang` `spl` ON spl.id_seopage = sp.id_seopage
WHERE (spl.id_lang IN(1)) AND (spl.id_shop IN(1)) AND (`active` = '1') AND (`link_rewrite` = 'watch/60129-etui-szklo-crong-hybrid-watch-case-apple-watch-78-41mm-clear-5904310702874.html') LIMIT 1 |
0.522
ms
|
139 |
|
|
/modules/af_seopages/af_seopages.php:607
/modules/af_seopages/af_seopages.php:86 (pageData)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
98 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-08-21 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1
)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
WHERE `id_product_1` = 60129 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
0.487
ms
|
1 |
|
Yes
|
/classes/Product.php:4698
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.459
ms
|
1254 |
|
|
/classes/Hook.php:1306
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
617 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 729
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.440
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1533 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 336
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.395
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
655 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 718
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.374
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
95 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.369
ms
|
47 |
Yes
|
Yes
|
/classes/Category.php:1151
/classes/Category.php:1087 (getChildren)
/controllers/front/ProductController.php:902 (getHomeCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
364 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 105125
ORDER BY f.position ASC |
0.349
ms
|
11 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
96 |
SELECT SQL_NO_CACHE *,
( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 60129 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.337
ms
|
4 |
Yes
|
|
/classes/SpecificPrice.php:656
/controllers/front/ProductController.php:602 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.334
ms
|
147 |
|
|
/classes/module/Module.php:345
/modules/ets_productmanager/ets_productmanager.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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
28 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.327
ms
|
147 |
|
|
/classes/module/Module.php:345
/modules/seigitagmanager/seigitagmanager.inc.php:160 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:31 (dispatch)
|
1069 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 835
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.324
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.313
ms
|
147 |
|
|
/classes/module/Module.php:345
/modules/af_seopages/af_seopages.php:23 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.310
ms
|
147 |
|
|
/classes/module/Module.php:345
/modules/prestawp/prestawp.php:146 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
300 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 60129 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.305
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/modules/seigipricehistory/classes/PriceCalculator.php:92 (priceCalculation)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:288 (getPrice)
/modules/seigipricehistory/classes/db.php:320 (getPriceWithoutReduct)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1235 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 823
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.296
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1400 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1516
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.295
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
302 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 4, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 4) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 60129 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.292
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/modules/seigipricehistory/classes/PriceCalculator.php:92 (priceCalculation)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:288 (getPrice)
/modules/seigipricehistory/classes/db.php:320 (getPriceWithoutReduct)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
24 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.288
ms
|
396 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 60129 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.286
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
258 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 60128 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.286
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1429 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1629
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.285
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
198 |
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` = 24) LIMIT 1 |
0.284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1485 (__construct)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
301 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 60129 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.278
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/modules/seigipricehistory/classes/PriceCalculator.php:92 (priceCalculation)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:288 (getPrice)
/modules/seigipricehistory/classes/db.php:320 (getPriceWithoutReduct)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
278 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 60130 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.272
ms
|
4 |
Yes
|
|
/override/classes/SpecificPrice.php:83
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
126 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.267
ms
|
25 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3035 (getCustomerCartRules)
/classes/Cart.php:3419 (getDeliveryOptionList)
/classes/Cart.php:3492 (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:2187 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
35 |
INSERT INTO `ps_tagmanager_sdata` (`idg`, `idc`, `ido`, `d`, `date_upd`) VALUES (
18676910,
0,
0,
"rlWcpPV6VwVkAv43Zl4lZGLhZmHvYPW1LFV6Vx1irzyfoTSpYmHhZPOOpUOfMIqyLxgcqSjiAGZ3YwZ2VPuYFSEAGPjtoTyeMFOUMJAeomftL29gpTS0nJWfMGftD2kuqJEyDz90KP8kYwN7VPgwoTS1MTIvo3ENLJ50nUWipTywYzAioFxvYPWmqJyxVwbvAmR5AGAyAGLgZ2Z3LF00MGt4YGyvMGtgZQD5BQp5AGD0ATR5Vvjvp3IcMQVvBvVkBQL3AwxkZPVfVaOuM2Isqzyyq19wo3IhqPV6ZFjvp291pzAyplV6rlV0ZGN5LGZvBafvqKZvBvVbMTylMJA0XFVfVaIgVwbvXT5iozHcVvjvK2I2MJ50K2EuqTHvBvVlZQV1YGN4YGVkVvjvK2I2MJ50K3EmVwbkAmH1Amp4Awt4YPWsMKMyoaEsp291pzAyVwbvM2S0nTIlMKVvsK19",
NOW()
) |
0.266
ms
|
1 |
|
|
/modules/seigitagmanager/classes/session/Data.php:259
/modules/seigitagmanager/seigitagmanager.inc.php:1104 (save)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:31 (dispatch)
|
632 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 724
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.261
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
354 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 105750
ORDER BY f.position ASC |
0.258
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1337 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1542
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.258
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1237 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1100
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.256
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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 = 'homescreen.pl' OR su.domain_ssl = 'homescreen.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.253
ms
|
4 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:30 (require)
|
668 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 575
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.250
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60129) AND (b.`id_shop` = 1) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1413 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1881
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.239
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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.237
ms
|
4 |
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:30 (require)
|
1404 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1507
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.234
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
97 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 60129 |
0.228
ms
|
1 |
|
|
/classes/Product.php:7557
/controllers/front/ProductController.php:861 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1325 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1063
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.224
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
624 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1429
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.216
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
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.212
ms
|
16 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
240 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.209
ms
|
4 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/axoncreator/axoncreator.php:2198 (getCurrencies)
/modules/axoncreator/includes/widgets/axps-currencies.php:486 (getListCurrencies)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
325 |
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 366
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC |
0.207
ms
|
1 |
Yes
|
|
/classes/Currency.php:826
/classes/PaymentModule.php:824 (getPaymentCurrencies)
/modules/inpostizi/src/Payment/PaymentCurrencyChecker.php:19 (getCurrency)
/modules/inpostizi/src/Validator/Cart/PaymentInCurrencyAvailableValidator.php:38 (check)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:769 (validate)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:609 (validateInGroup)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:117 (validateGenericNode)
/modules/inpostizi/src/Validator/SequentiallyValidator.php:29 (validate)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:769 (validate)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:609 (validateInGroup)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:117 (validateGenericNode)
/modules/inpostizi/src/Validator/Cart/BindableValidator.php:44 (validate)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:769 (validate)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:609 (validateInGroup)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php:117 (validateGenericNode)
/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveValidator.php:93 (validate)
/modules/inpostizi/src/Hook/WidgetParametersProvider.php:99 (validate)
/modules/inpostizi/src/Hook/WidgetParametersProvider.php:77 (isBindable)
/modules/inpostizi/src/Hook/Widget.php:55 (getParameters)
/modules/inpostizi/src/Hook/Widget.php:41 (getWidgetVariables)
/modules/inpostizi/inpostizi.php:288 (renderWidget)
/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:65 (renderWidget)
/modules/inpostizi/src/Hook/Front/DisplayProductActions.php:64 (renderWidget)
/modules/inpostizi/src/Hook/HookExecutor.php:89 (execute)
/modules/inpostizi/inpostizi.php:234 (execute)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:362 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc873e8_20263080)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:381 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:457 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
269 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (60128) |
0.206
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
289 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (60130) |
0.203
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
702 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 434
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1042 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 388
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.196
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1419 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1620
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.196
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
304 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 3 AND `date` <= "2025-08-21"
ORDER BY `date` DESC, `id_combination` DESC LIMIT 1 |
0.194
ms
|
4 |
|
|
/modules/seigipricehistory/classes/db.php:552
/modules/seigipricehistory/classes/db.php:333 (getLastPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1057 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 772
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.194
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
242 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.192
ms
|
4 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/axoncreator/axoncreator.php:2198 (getCurrencies)
/modules/axoncreator/includes/widgets/axps-currencies.php:486 (getListCurrencies)
/modules/axoncreator/includes/base/widget-base.php:453 (render)
/modules/axoncreator/includes/base/widget-base.php:583 (render_content)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/includes/base/element-base.php:859 (print_element)
/modules/axoncreator/includes/base/element-base.php:610 (_print_content)
/modules/axoncreator/core/base/document.php:1142 (print_element)
/modules/axoncreator/core/base/document.php:797 (print_elements)
/modules/axoncreator/includes/frontend.php:894 (print_elements_with_wrapper)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
7 |
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.191
ms
|
16 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:30 (require)
|
343 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 105750
AND image_shop.`cover` = 1 LIMIT 1 |
0.189
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
64 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 6
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.188
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6893 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
254 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60128) AND (b.`id_shop` = 1) LIMIT 1 |
0.188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
91 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.187
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:4164 (getPriceStatic)
/controllers/front/ProductController.php:328 (getPrice)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:30 (require)
|
193 |
SELECT SQL_NO_CACHE ag.`id_accessory_group`,
ag.`show_name`,
ag.`collapse_expand`,
ag.`buy_together`,
IF(ag.`display_style` = 3, 0 , ag.`display_style`) as display_style,
agl.`name`
FROM
`ps_accessory_group` ag
LEFT JOIN
`ps_accessory_group_lang` `agl` ON agl.`id_accessory_group` = ag.`id_accessory_group`
WHERE
`agl`.`id_lang` = 1 AND `ag`.`active` = 1
ORDER BY ag.`position` ASC |
0.185
ms
|
1 |
Yes
|
|
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:156
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:619 (getGroups)
/modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:451 (getIdGroups)
/modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:363 (isHookedInCurrentPage)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
189 |
SELECT SQL_NO_CACHE ps.wholesale_price, np.quantity FROM ps_ggo_nosales_product np
JOIN ps_product_shop ps ON ps.id_product = np.id_product
WHERE ps.id_shop = 2 AND np.id_product = 60129 LIMIT 1 |
0.184
ms
|
0 |
|
|
/override/classes/Product.php:366
/override/classes/Product.php:71 (getProductNoSalesInfo)
/classes/Product.php:3737 (priceCalculation)
/modules/stripe_official/stripe_official.php:1133 (getPriceStatic)
/classes/Hook.php:1043 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/stripe_official/stripe_official.php:1241 (exec)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
30 |
INSERT INTO `ps_tagmanager_guest` () VALUES () |
0.182
ms
|
1 |
|
|
/modules/seigitagmanager/classes/session/Data.php:302
/modules/seigitagmanager/seigitagmanager.inc.php:1468 (createNewGuestID)
/modules/seigitagmanager/seigitagmanager.inc.php:1027 (getCurrentPSGuestID)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:31 (dispatch)
|
274 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60130) AND (b.`id_shop` = 1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
37 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.181
ms
|
2 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
272 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 60128
ORDER BY f.position ASC |
0.179
ms
|
1 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
125 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-08-21 00:00:00" AND date_to <= "2025-08-21 23:59:59") OR (date_from >= "2025-08-21 00:00:00" AND date_from <= "2025-08-21 23:59:59") OR (date_from < "2025-08-21 00:00:00" AND date_to > "2025-08-21 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.178
ms
|
27 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3035 (getCustomerCartRules)
/classes/Cart.php:3419 (getDeliveryOptionList)
/classes/Cart.php:3492 (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:2187 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1381 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1463
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.178
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1617 |
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.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1485 (__construct)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
118 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 60129
ORDER BY f.position ASC |
0.176
ms
|
1 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
518 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1274
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.175
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
987 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1104
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.175
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1534 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 591
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.175
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
32 |
SELECT SQL_NO_CACHE * FROM `ps_tagmanager_sdata` WHERE `ido` = 0 AND `idg` = 18676910 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/seigitagmanager/classes/session/Data.php:139
/modules/seigitagmanager/classes/session/Data.php:25 (getObjectByIdGuest)
/modules/seigitagmanager/seigitagmanager.inc.php:966 (__construct)
/modules/seigitagmanager/seigitagmanager.inc.php:1031 (getCurrentUserSessionInstance)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:31 (dispatch)
|
241 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 24 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
39 |
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` = 3) LIMIT 1 |
0.173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
273 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 60128
ORDER BY `position` |
0.172
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:179 (present)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.171
ms
|
2 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1074 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 833
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.171
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1239 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 293
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.170
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
190 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/stripe_official/stripe_official.php:1140 (outOfStock)
/classes/Hook.php:1043 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/stripe_official/stripe_official.php:1241 (exec)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1319 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1349
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.168
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1405 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1508
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.168
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigicookie" LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigicookie/util/module/Upgrade.php:61 (isInstalled)
/modules/seigicookie/seigicookie.inc.php:87 (runUpgrade)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/modules/seigitagmanager/seigitagmanager.inc.php:1627 (getInstanceByName)
/modules/seigitagmanager/classes/integrations/clarity/settings.php:51 (getCookieModuleInstance)
/modules/seigitagmanager/util/configurator/configurator.php:398 (__construct)
/modules/seigitagmanager/classes/integrations/clarity/clarity.php:23 (getInstance)
/modules/seigitagmanager/classes/integrations/clarity/clarity.php:148 (getSettingsObject)
/modules/seigitagmanager/classes/integrations/clarity/clarity.php:162 (getActiveErrors)
/modules/seigitagmanager/classes/manager.php:54 (isActive)
/modules/seigitagmanager/seigitagmanager.inc.php:1067 (getLicensedIntegrations)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:31 (dispatch)
|
192 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avg, COUNT(pr.`rating`) as nbr FROM `ps_nrt_review_product` pr WHERE pr.`active` = 1 AND pr.`id_product` = 60129 LIMIT 1 |
0.165
ms
|
1 |
|
|
/modules/nrtreviews/src/NrtReviewProduct.php:104
/modules/nrtreviews/nrtreviews.php:243 (getAvgReviews)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
10 |
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.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:30 (require)
|
1616 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 307) AND (a0.`nright` > 314) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.164
ms
|
155 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:428 (getAll)
/modules/seigitagmanager/classes/google/event/Converter.php:286 (getResults)
/modules/seigitagmanager/classes/google/event/Converter.php:83 (formatProduct)
/modules/seigitagmanager/classes/integrations/ga4/ga4.php:259 (createBasicDataTag)
/modules/seigitagmanager/seigitagmanager.inc.php:827 (runEvent)
/modules/seigitagmanager/seigitagmanager.inc.php:768 (executeFrontFooter)
/classes/Hook.php:1043 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
981 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 888
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.163
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
311 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 3 AND `date` <= "2025-08-21" ORDER BY `date` ASC |
0.162
ms
|
4 |
|
|
/modules/seigipricehistory/classes/db.php:568
/modules/seigipricehistory/seigipricehistory.inc.php:960 (getAllPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:832 (getAllPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
309 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 1 AND `date` <= "2025-08-21"
ORDER BY `date` DESC, `id_combination` DESC LIMIT 1 |
0.161
ms
|
3 |
|
|
/modules/seigipricehistory/classes/db.php:552
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (getLastPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
292 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 60130
ORDER BY f.position ASC |
0.160
ms
|
1 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1484 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 10
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.160
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
310 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
LEFT JOIN `ps_currency_shop` cs ON (cs.`id_currency` = c.`id_currency`)
WHERE cs.`id_shop` = 1
ORDER BY `iso_code` ASC |
0.160
ms
|
4 |
Yes
|
|
/classes/Currency.php:748
/modules/seigipricehistory/seigipricehistory.inc.php:907 (getCurrenciesByIdShop)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
361 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105125) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
293 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 60130
ORDER BY `position` |
0.159
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:179 (present)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:30 (require)
|
199 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.156
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:1486 (instance)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
567 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1810
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
9 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:30 (require)
|
243 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 60129 |
0.154
ms
|
4 |
|
|
/classes/Product.php:3423
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/7e/16/a3/7e16a33c603fef3eba31eb7c58a116156ff6a3a8_2.file.product-flags.tpl.php:60 (getProductCategories)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/7e/16/a3/7e16a33c603fef3eba31eb7c58a116156ff6a3a8_2.file.product-flags.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfbc2df5_74699927)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfbb25d9_31452773)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:159 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:173 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:202 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1489 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 667
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.153
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
206 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.152
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
20 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.151
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1067 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1696
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.151
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.150
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:611 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
36 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.150
ms
|
4 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
41 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.150
ms
|
2 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
180 |
SELECT SQL_NO_CACHE `id_product`,
pf.`id_feature`,
`name`,
pf.`id_feature_value`,
`value`
FROM
`ps_feature_product` pf
LEFT JOIN
`ps_feature_lang` fl
ON (
fl.id_feature = pf.id_feature AND fl.id_lang = 1
)
LEFT JOIN
`ps_feature_value_lang` fvl
ON (
fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1
)
LEFT JOIN `ps_feature` f
ON (
f.id_feature = pf.id_feature
)
WHERE
`id_product` = 60129
ORDER BY f.position ASC |
0.150
ms
|
1 |
Yes
|
|
/modules/multifeatures/multifeatures.php:169
/modules/multifeatures/multifeatures.php:222 (getProductFeatures)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
201 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 24 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.150
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
202 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.149
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:890 (create)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
26 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_edition_basic" LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_productmanager/ets_productmanager.php:66 (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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
183 |
SELECT SQL_NO_CACHE fp.`id_feature`, fp.`id_product`, fl.`name`, f.`position` FROM `ps_feature_product` as fp
LEFT JOIN `ps_feature` as f ON (fp.`id_feature` = f.`id_feature`)
LEFT JOIN `ps_feature_lang` as fl ON (fp.`id_feature` = fl.`id_feature`)
WHERE fp.`id_product` = 60129 AND fl.`id_lang` = 1
GROUP BY fp.`id_feature` ORDER BY `name` ASC |
0.148
ms
|
1 |
Yes
|
Yes
|
/modules/multifeatures/multifeatures.php:651
/modules/multifeatures/multifeatures.php:223 (getProductFeaturePositions)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1318 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 610
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.147
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1628 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtsociallogin" LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d02b5ab4_47419480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d029ef57_64442667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
11 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:30 (require)
|
678 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 838
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.145
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1320 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 274
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.144
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1417 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1616
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.144
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
127 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-08-21 00:00:00" AND date_to <= "2025-08-21 23:59:59") OR (date_from >= "2025-08-21 00:00:00" AND date_from <= "2025-08-21 23:59:59") OR (date_from < "2025-08-21 00:00:00" AND date_to > "2025-08-21 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.142
ms
|
27 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
305 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 2 AND `date` <= "2025-08-21"
ORDER BY `date` DESC, `id_combination` DESC LIMIT 1 |
0.142
ms
|
6 |
|
|
/modules/seigipricehistory/classes/db.php:552
/modules/seigipricehistory/classes/db.php:333 (getLastPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
132 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60129) AND (b.`id_shop` = 1) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
350 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105750) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
119 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 60129
ORDER BY `position` |
0.139
ms
|
5 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
230 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_default_generic_fonts' LIMIT 1 |
0.139
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1479 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 211
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.139
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1538 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 976
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.139
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1608 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 60129
AND DATEDIFF("2025-08-21 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.139
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:788 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:695 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:530 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1634 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.139
ms
|
4 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:248 (getWidgetVariables)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d02b5ab4_47419480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d029ef57_64442667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
572 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 854
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.138
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1490 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 288
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.138
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
347 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 105750) |
0.137
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
188 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigideliverymanager" LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigideliverymanager/util/module/Upgrade.php:61 (isInstalled)
/modules/seigideliverymanager/seigideliverymanager.inc.php:94 (runUpgrade)
/modules/seigideliverymanager/seigideliverymanager.inc.php:80 (moduleUpgrade)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1486 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 363
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
197 |
SELECT SQL_NO_CACHE SUM(total_paid_tax_incl)
FROM `ps_orders`
WHERE `reference` = ''
AND `id_cart` = 0 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/order/Order.php:2181
/modules/googlecusreviews/googlecusreviews.php:305 (getOrdersTotalPaid)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
252 |
SELECT SQL_NO_CACHE cp.id_product FROM `ps_category_product` cp RIGHT JOIN `ps_product` p ON p.id_product = cp.id_product WHERE cp.id_category = 74 AND p.active = 1 AND cp.position < 961 ORDER BY cp.position DESC LIMIT 1 |
0.135
ms
|
960 |
|
|
/modules/nrtproductslinknav/nrtproductslinknav.php:142
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
3 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:30 (require)
|
134 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60129) AND (b.`id_shop` = 1) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
355 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 105125
AND image_shop.`cover` = 1 LIMIT 1 |
0.134
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1415 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1619
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.133
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60129) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
375 |
SELECT 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.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/axoncreator/axoncreator.php:2213 (__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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1344 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1472
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigitagmanager" LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigitagmanager/util/module/Upgrade.php:61 (isInstalled)
/modules/seigitagmanager/seigitagmanager.inc.php:166 (runUpgrade)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:31 (dispatch)
|
147 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 307) AND (a0.`nright` > 314) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.132
ms
|
155 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1335 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
303 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
LEFT JOIN `ps_currency_shop` cs ON (cs.`id_currency` = c.`id_currency`)
WHERE cs.`id_shop` = 1
ORDER BY `iso_code` ASC |
0.132
ms
|
4 |
Yes
|
|
/classes/Currency.php:748
/modules/seigipricehistory/classes/PriceCalculator.php:42 (getCurrenciesByIdShop)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:271 (getPrice)
/modules/seigipricehistory/classes/db.php:322 (getPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1095 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 751
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
351 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 105750 AND `id_shop` = 1 |
0.131
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
336 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 60129
AND DATEDIFF("2025-08-21 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1537 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 972
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
306 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 1 AND `date` <= "2025-08-21"
ORDER BY `date` DESC, `id_combination` DESC LIMIT 1 |
0.130
ms
|
3 |
|
|
/modules/seigipricehistory/classes/db.php:552
/modules/seigipricehistory/classes/db.php:333 (getLastPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
326 |
SELECT SQL_NO_CACHE count FROM bf_goods WHERE id_product = 60129 AND count > 0 LIMIT 1 |
0.130
ms
|
1 |
|
|
/override/classes/Product.php:716
/override/classes/Product.php:435 (checkIfProductIsAvailable)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:96 (getAvailableStatus)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc873e8_20263080)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:381 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:457 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
362 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 105125 AND `id_shop` = 1 |
0.130
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
92 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Category.php:1998 (getInterval)
/controllers/front/ProductController.php:884 (inShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
181 |
SELECT SQL_NO_CACHE fp.`id_feature`, fp.`id_product`, fl.`name`, f.`position` FROM `ps_feature_product` as fp
LEFT JOIN `ps_feature` as f ON (fp.`id_feature` = f.`id_feature`)
LEFT JOIN `ps_feature_lang` as fl ON (fp.`id_feature` = fl.`id_feature`)
WHERE fp.`id_product` = 60129 AND fl.`id_lang` = 1
GROUP BY fp.`id_feature` ORDER BY `name` ASC |
0.129
ms
|
1 |
Yes
|
Yes
|
/modules/multifeatures/multifeatures.php:651
/modules/multifeatures/multifeatures.php:188 (getProductFeaturePositions)
/modules/multifeatures/multifeatures.php:222 (getProductFeatures)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
195 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1073 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
776 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1227
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1386 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1510
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.129
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'pl' LIMIT 1 |
0.128
ms
|
16 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
1305 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 928
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.128
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
262 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60128) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
366 |
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` = 6) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1485 (__construct)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
975 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 880
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.126
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
80 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 60129 AND `id_shop` = 1 |
0.124
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
196 |
SELECT SQL_NO_CACHE `price_display_method`
FROM `ps_group`
WHERE `id_group` = 3 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Group.php:174
/classes/Group.php:190 (getPriceDisplayMethod)
/classes/order/Order.php:291 (getDefaultPriceDisplayMethod)
/override/classes/order/Order.php:6 (__construct)
/modules/googlecusreviews/googlecusreviews.php:295 (__construct)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1630 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:205 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d02b5ab4_47419480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d029ef57_64442667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1632 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:246 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d02b5ab4_47419480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d029ef57_64442667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
263 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 60128 AND `id_shop` = 1 |
0.123
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1539 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 982
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.122
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
282 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60130) LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
90 |
SELECT 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` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/ProductController.php:303 (__construct)
/controllers/front/ProductController.php:170 (initializeCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1410 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 550
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.121
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
544 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1771
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
191 |
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 0 LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/Country.php:275
/modules/stripe_official/classes/model/AddressModel.php:45 (getIsoById)
/modules/stripe_official/classes/model/CustomerModel.php:49 (getFromContext)
/modules/stripe_official/stripe_official.php:1153 (getFromContext)
/classes/Hook.php:1043 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/stripe_official/stripe_official.php:1241 (exec)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
295 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
LEFT JOIN `ps_currency_shop` cs ON (cs.`id_currency` = c.`id_currency`)
WHERE cs.`id_shop` = 1
ORDER BY `iso_code` ASC |
0.119
ms
|
4 |
Yes
|
|
/classes/Currency.php:748
/modules/seigipricehistory/classes/PriceCalculator.php:42 (getCurrenciesByIdShop)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:288 (getPrice)
/modules/seigipricehistory/classes/db.php:320 (getPriceWithoutReduct)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
308 |
INSERT INTO ps_seigi_price_history_save (`id_product`,`id_shop`,`date`) VALUES(60129, 1, "2025-08-21 14:18:08") ON DUPLICATE KEY UPDATE date="2025-08-21 14:18:08" |
0.119
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:471
/modules/seigipricehistory/classes/db.php:379 (savePrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
270 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 60128
AND image_shop.`cover` = 1 LIMIT 1 |
0.118
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1540 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 974
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.118
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
31 |
DELETE FROM `ps_tagmanager_sdata` WHERE idg = 18676910 |
0.117
ms
|
1 |
|
|
/modules/seigitagmanager/seigitagmanager.inc.php:1472
/modules/seigitagmanager/seigitagmanager.inc.php:1027 (getCurrentPSGuestID)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:31 (dispatch)
|
128 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.117
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
283 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 60130 AND `id_shop` = 1 |
0.117
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
5 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:30 (require)
|
1298 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1203
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.116
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
160 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.115
ms
|
4 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/axoncreator/axoncreator.php:2198 (getCurrencies)
/modules/axoncreator/axoncreator.php:946 (getListCurrencies)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
253 |
SELECT SQL_NO_CACHE cp.id_product FROM `ps_category_product` cp RIGHT JOIN `ps_product` p ON p.id_product = cp.id_product WHERE cp.id_category = 74 AND p.active = 1 AND cp.position > 961 ORDER BY cp.position ASC LIMIT 1 |
0.115
ms
|
588 |
|
|
/modules/nrtproductslinknav/nrtproductslinknav.php:143
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
377 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 2
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.115
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
938 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 826
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.115
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
939 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 803
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.115
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
60 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 111
AND `active` = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
944 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 646
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.114
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
250 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1 |
0.113
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:97 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
314 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 2 AND `date` <= "2025-08-21" ORDER BY `date` ASC |
0.113
ms
|
6 |
|
|
/modules/seigipricehistory/classes/db.php:568
/modules/seigipricehistory/seigipricehistory.inc.php:960 (getAllPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:832 (getAllPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
946 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1011
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.113
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1421 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1627
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.113
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
67 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 60129
AND DATEDIFF("2025-08-21 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1005 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 584
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.112
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1231 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 867
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.112
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1321 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 319
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.112
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
136 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60129) AND (b.`id_shop` = 1) LIMIT 1 |
0.110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
998 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1353
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.110
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1278 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1181
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.110
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
290 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 60130
AND image_shop.`cover` = 1 LIMIT 1 |
0.109
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
211 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.108
ms
|
7 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3902
/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/includes/elements/section.php:242 (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/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
367 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 6 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.108
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1071 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 738
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.108
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
6 |
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.107
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:30 (require)
|
124 |
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.107
ms
|
1 |
|
|
/classes/Cart.php:4211
/classes/Cart.php:4186 (hasProducts)
/classes/Cart.php:2131 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
383 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1917
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
984 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1539
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.107
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1267 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 638
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.107
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
317 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 1 AND `date` <= "2025-08-21" ORDER BY `date` ASC |
0.107
ms
|
3 |
|
|
/modules/seigipricehistory/classes/db.php:568
/modules/seigipricehistory/seigipricehistory.inc.php:960 (getAllPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:832 (getAllPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
89 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 60129 AND ctg.`id_group` = 1 LIMIT 1 |
0.106
ms
|
4 |
|
|
/classes/Product.php:6734
/classes/Product.php:6711 (checkAccessStatic)
/controllers/front/ProductController.php:265 (checkAccess)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
537 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1765
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
737 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 517
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.105
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
116 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 60129
AND image_shop.`cover` = 1 LIMIT 1 |
0.105
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
200 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.105
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:1486 (instance)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
337 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=60129 |
0.104
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 105125) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:238 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
988 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1260
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.104
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
138 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60129) AND (b.`id_shop` = 1) LIMIT 1 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
800 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 590
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.104
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
140 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 6
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60129) AND (b.`id_shop` = 1) LIMIT 1 |
0.103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
717 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 606
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.103
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1308 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 929
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.103
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
38 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CZK') LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
43 |
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.102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
185 |
SELECT SQL_NO_CACHE fp.`id_feature`, fp.`id_product`, fl.`name`, f.`position` FROM `ps_feature_product` as fp
LEFT JOIN `ps_feature` as f ON (fp.`id_feature` = f.`id_feature`)
LEFT JOIN `ps_feature_lang` as fl ON (fp.`id_feature` = fl.`id_feature`)
WHERE fp.`id_product` = 60129 AND fl.`id_lang` = 1
GROUP BY fp.`id_feature` ORDER BY `name` ASC |
0.102
ms
|
1 |
Yes
|
Yes
|
/modules/multifeatures/multifeatures.php:253
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
307 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 4 AND `date` <= "2025-08-21"
ORDER BY `date` DESC, `id_combination` DESC LIMIT 1 |
0.102
ms
|
4 |
|
|
/modules/seigipricehistory/classes/db.php:552
/modules/seigipricehistory/classes/db.php:333 (getLastPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
123 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 111) LIMIT 1 |
0.102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:12 (__construct)
/controllers/front/ProductController.php:438 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1338 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1469
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
61 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
320 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history`
WHERE `id_product` = 60129 AND
`id_shop` = 1 AND
`id_combination` = 0 AND
`id_currency` = 4 AND `date` <= "2025-08-21" ORDER BY `date` ASC |
0.101
ms
|
4 |
|
|
/modules/seigipricehistory/classes/db.php:568
/modules/seigipricehistory/seigipricehistory.inc.php:960 (getAllPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:832 (getAllPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
698 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 561
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1066 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 775
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1091 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1280
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.101
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1614 |
SELECT SQL_NO_CACHE DISTINCT id_label
FROM `ps_seigigpsr_labels_mapping`
WHERE (entry_type = 'pr' AND id_shop = 60129) OR (entry_type = 'mf' AND id_shop = 111) OR (entry_type = 'ct' AND id_shop = (74) ) |
0.101
ms
|
1 |
|
|
/modules/seigigpsr/classes/LabelRelation.php:165
/modules/seigigpsr/classes/LabelRelation.php:179 (getAssignedLabels)
/modules/seigigpsr/seigigpsr.inc.php:709 (getAssignedLabelsAsObjects)
/modules/seigigpsr/seigigpsr.inc.php:530 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
986 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1076
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.100
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
75 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 60129) |
0.100
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
382 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1916
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.100
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
716 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 419
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.100
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
204 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 24 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.099
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
945 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 644
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.099
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
982 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 520
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.099
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
100 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigigpsr" LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigigpsr/util/module/Upgrade.php:61 (isInstalled)
/modules/seigigpsr/seigigpsr.inc.php:90 (runUpgrade)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
101 |
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
0.098
ms
|
2 |
|
|
/classes/shop/Shop.php:751
/classes/Hook.php:590 (getCompleteListOfShopsID)
/classes/module/Module.php:1061 (registerHook)
/modules/seigigpsr/seigigpsr.inc.php:1210 (registerHook)
/modules/seigigpsr/util/license.php:26 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:110 (getLicenserObject)
/modules/seigigpsr/seigigpsr.inc.php:576 (isActiveLicense)
/modules/seigigpsr/seigigpsr.inc.php:419 (hookDisplaySeigiGpsr)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
129 |
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` = 'product'
AND bc.`key_related` = '60129' LIMIT 1 |
0.098
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/src/Wp_Helper.php:1537 (getRelatedByKey)
/modules/axoncreator/axoncreator.php:1269 (reset_post_var)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
203 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.098
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:890 (create)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
331 |
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` = 28) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/axoncreator/src/AxonCreatorPost.php:48 (__construct)
/modules/axoncreator/axoncreator.php:1485 (__construct)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:138 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
513 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 990
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.098
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
723 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 886
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.098
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
997 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 896
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.097
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1478 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1228
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.097
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
105 |
SELECT SQL_NO_CACHE DISTINCT id_entity
FROM `ps_seigigpsr_entities_mapping`
WHERE (entry_type = 'pr' AND id_shop = 60129) OR (entry_type = 'mf' AND id_shop = 111) |
0.096
ms
|
2 |
|
|
/modules/seigigpsr/classes/ResponsibleEntityRelation.php:140
/modules/seigigpsr/classes/ResponsibleEntityRelation.php:154 (getAssignedEntities)
/modules/seigigpsr/seigigpsr.inc.php:607 (getAssignedEntitiesAsObjects)
/modules/seigigpsr/seigigpsr.inc.php:419 (hookDisplaySeigiGpsr)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
205 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 24 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.096
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/base.php:143 (get_meta)
/modules/axoncreator/core/files/css/base.php:234 (get_url)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
275 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 60130
AND DATEDIFF("2025-08-21 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
312 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history_low` WHERE `id_product` = 60129 AND `id_combination` = 0 AND `id_shop` = 1 AND `id_currency` = 3 LIMIT 1 |
0.096
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:742
/modules/seigipricehistory/seigipricehistory.inc.php:833 (getLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
704 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1007
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1317 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 583
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1363 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1446
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.096
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
44 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.095
ms
|
2 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
735 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 788
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.095
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
738 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1571
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.095
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
332 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 28 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.095
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:138 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
516 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 993
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.095
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
784 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1053
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.095
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
697 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1005
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
710 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1069
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
733 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 559
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
767 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 281
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.094
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1609 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=60129 |
0.094
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:788 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:695 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:530 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
83 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
255 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 60128
AND DATEDIFF("2025-08-21 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
256 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 60128 LIMIT 1 |
0.093
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
358 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 105125) |
0.093
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
671 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1205
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
713 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1002
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
732 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 685
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1316 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 380
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.093
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
187 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product` p
WHERE (p.ean13 = '0123456789128') LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Product.php:8041
/modules/seigipricehistory/seigipricehistory.inc.php:1674 (getIdByEan13)
/modules/seigipricehistory/seigipricehistory.inc.php:1700 (isOnSampleProductPage)
/modules/seigipricehistory/seigipricehistory.inc.php:1157 (isDebugHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
327 |
SELECT SQL_NO_CACHE count FROM newWarehouseReservation WHERE id_product = 60129 AND count > 0 LIMIT 1 |
0.092
ms
|
1 |
|
|
/override/classes/Product.php:723
/override/classes/Product.php:435 (checkIfProductIsAvailable)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:96 (getAvailableStatus)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc873e8_20263080)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:381 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:457 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
730 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1040
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1289 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1183
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1335 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1481
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1409 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1468
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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` = 'displayLeftColumn' LIMIT 1 |
0.091
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
685 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1578
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
729 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1168
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1402 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1518
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1615 |
SELECT SQL_NO_CACHE product_shop.`id_category_default`
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.`id_product` = 60129 LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/Product.php:7919
/modules/seigitagmanager/classes/google/event/Converter.php:271 (getDefaultCategory)
/modules/seigitagmanager/classes/google/event/Converter.php:83 (formatProduct)
/modules/seigitagmanager/classes/integrations/ga4/ga4.php:259 (createBasicDataTag)
/modules/seigitagmanager/seigitagmanager.inc.php:827 (runEvent)
/modules/seigitagmanager/seigitagmanager.inc.php:768 (executeFrontFooter)
/classes/Hook.php:1043 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
259 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 60128) |
0.091
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
323 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/stripe_official/stripe_official.php:1140 (outOfStock)
/classes/Hook.php:1043 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:362 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc873e8_20263080)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:381 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:457 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
976 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 878
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.091
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
328 |
SELECT SQL_NO_CACHE SUM(quantity) as total_quantity FROM pm_importxml WHERE id_product = 60129 GROUP BY id_product |
0.090
ms
|
1 |
|
|
/override/classes/Product.php:738
/override/classes/Product.php:565 (checkInDeliverer)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:96 (getAvailableStatus)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc873e8_20263080)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:381 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:457 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
384 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1918
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
667 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 713
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
691 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1057
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
699 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 560
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1299 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1200
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1324 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1087
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
279 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 60130) |
0.090
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
378 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1900
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
669 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 655
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1341 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1443
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1399 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1515
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.090
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
545 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1772
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.089
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
670 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1882
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
672 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 906
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
700 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 654
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1401 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1517
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1411 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1617
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
47 |
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.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
82 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=60129 |
0.089
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
264 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=60128 |
0.089
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1059 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 857
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1394 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1490
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.089
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
212 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_allow_svg' LIMIT 1 |
0.088
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (get_post_meta)
/modules/axoncreator/core/files/assets/svg/svg-handler.php:54 (get_option)
/modules/axoncreator/core/files/assets/svg/svg-handler.php:733 (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/includes/elements/section.php:242 (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/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1393 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1489
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.088
ms
|
2 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
70 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.088
ms
|
113809 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/override/classes/SpecificPrice.php:51 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
249 |
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.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:97 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
313 |
UPDATE ps_seigi_price_history_low SET `price` = 169.940000, `sale` = NULL, `date_price` = "2025-07-19", `date_sale` = NULL, `last_price` = NULL, `expiration` = "2025-09-20"
WHERE `id_product` = 60129 AND `id_combination` = 0 AND `id_shop` = 1 AND `id_currency` = 3 |
0.088
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:726
/modules/seigipricehistory/seigipricehistory.inc.php:897 (saveLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
674 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 656
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
722 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1340
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
725 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 684
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
741 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 882
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
755 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1119
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
771 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 670
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
990 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 849
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1119 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1098
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1373 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1455
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.088
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.087
ms
|
2 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
52 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.087
ms
|
2 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
357 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 105125 LIMIT 1 |
0.087
ms
|
6 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
381 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1915
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
676 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1206
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
679 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 657
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
709 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1070
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
838 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 815
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
941 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 802
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1311 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 931
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1346 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1474
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1352 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1483
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1387 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1495
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1398 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1513
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
706 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1008
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
799 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1361
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.087
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
207 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.086
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
213 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_color_schemes' LIMIT 1 |
0.086
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
315 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history_low` WHERE `id_product` = 60129 AND `id_combination` = 0 AND `id_shop` = 1 AND `id_currency` = 2 LIMIT 1 |
0.086
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:742
/modules/seigipricehistory/seigipricehistory.inc.php:833 (getLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
368 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.086
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:890 (create)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
719 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 516
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1068 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 296
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1300 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 922
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1383 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1519
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
379 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 282
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
736 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 686
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1075 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1864
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1271 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 6
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.086
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
53 |
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.085
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
329 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/stripe_official/stripe_official.php:524 (outOfStock)
/classes/Hook.php:1043 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/2b/97/9c/2b979c84f43bf57f4730345097a675ac25ba3cc5_2.file.product-additional-info.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfcbcba6_15067847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:482 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
423 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1839
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.085
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
962 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 892
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1297 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1201
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1322 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1889
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1414 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1880
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
27 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 213 AND `id_shop` = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ets_productmanager/ets_productmanager.php:66 (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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
947 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 622
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1357 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1532
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.085
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1613 |
SELECT SQL_NO_CACHE id_label FROM `ps_seigigpsr_labels` WHERE `global` = 1 |
0.085
ms
|
1 |
|
|
/modules/seigigpsr/classes/LabelRelation.php:156
/modules/seigigpsr/classes/LabelRelation.php:179 (getAssignedLabels)
/modules/seigigpsr/seigigpsr.inc.php:709 (getAssignedLabelsAsObjects)
/modules/seigigpsr/seigigpsr.inc.php:530 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
49 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.084
ms
|
2 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
707 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 325
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
104 |
SELECT SQL_NO_CACHE id as id_entity FROM `ps_seigigpsr_entities` WHERE `global` = 1 |
0.084
ms
|
91 |
|
|
/modules/seigigpsr/classes/ResponsibleEntityRelation.php:133
/modules/seigigpsr/classes/ResponsibleEntityRelation.php:154 (getAssignedEntities)
/modules/seigigpsr/seigigpsr.inc.php:607 (getAssignedEntitiesAsObjects)
/modules/seigigpsr/seigigpsr.inc.php:419 (hookDisplaySeigiGpsr)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
284 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=60130 |
0.084
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
394 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1926
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
677 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 907
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
690 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 919
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
711 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1736
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
720 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1684
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
979 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 571
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1351 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1479
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1480 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1545
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.084
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
694 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 704
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1378 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1460
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1618 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.083
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
51 |
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` = 4) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
106 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtreviews" LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
244 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtproductvideo" LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:132 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfbb25d9_31452773)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:159 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:173 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:202 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
333 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.083
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:890 (create)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:138 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
380 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1877
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
712 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1737
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
726 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 564
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
757 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1570
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1290 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 674
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1309 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 933
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1340 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1444
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1362 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1445
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.083
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
154 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.082
ms
|
7 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3902
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2825 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3248 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
335 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 28 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.082
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:138 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
411 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1829
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
680 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1001
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
681 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 324
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
695 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 703
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
708 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1068
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
721 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1150
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
739 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1122
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
789 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 556
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
852 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 466
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
999 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1751
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
485 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 953
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.082
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
318 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history_low` WHERE `id_product` = 60129 AND `id_combination` = 0 AND `id_shop` = 1 AND `id_currency` = 1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:742
/modules/seigipricehistory/seigipricehistory.inc.php:833 (getLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
405 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1824
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
429 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1844
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
684 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1283
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
688 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 917
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1073 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1896
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1120 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1154
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1268 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 672
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1367 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1449
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1384 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1520
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
4 |
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
0.081
ms
|
2 |
|
|
/classes/shop/Shop.php:1184
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:30 (require)
|
683 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1282
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1418 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1618
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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` = 'displayRightColumn' LIMIT 1 |
0.080
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
692 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1056
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
696 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 702
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
724 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 824
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
728 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1888
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
744 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1298
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
940 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 801
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1116 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 755
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1275 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1190
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1372 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1454
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
68 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
503 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 970
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
524 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1754
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
689 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 918
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1323 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1387
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1328 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 275
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1364 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1447
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1382 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1464
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1388 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1499
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
338 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
538 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1766
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
294 |
SELECT SQL_NO_CACHE `date` FROM `ps_seigi_price_history_save` WHERE `id_product` = 60129 AND `id_shop` = 1 ORDER BY `date` DESC LIMIT 1 |
0.079
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:703
/modules/seigipricehistory/seigipricehistory.inc.php:367 (getLastPriceSave)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:89 (getQuantityAvailableByProduct)
/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:76 (checkProductAvailability)
/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:50 (shouldDisplayWidget)
/modules/inpostizi/src/Hook/Front/DisplayProductActions.php:64 (renderWidget)
/modules/inpostizi/src/Hook/HookExecutor.php:89 (execute)
/modules/inpostizi/inpostizi.php:234 (execute)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:362 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/50/ee/d0/50eed0784710450db1eaeddf2c747bd75f93d74e_2.file.product-add-to-cart.tpl.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc873e8_20263080)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:381 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:457 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:126 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 105750) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:238 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
457 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 605
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
522 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 279
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
658 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1295
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
731 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 795
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
740 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1423
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
742 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 687
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
743 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1572
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1302 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 924
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.079
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1327 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 553
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1329 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 675
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
42 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
56 |
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.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
161 |
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` = 2) LIMIT 1 |
0.078
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:669 (addCldrDatasToCurrency)
/modules/axoncreator/axoncreator.php:2198 (getCurrencies)
/modules/axoncreator/axoncreator.php:946 (getListCurrencies)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
231 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_container_width' LIMIT 1 |
0.078
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
316 |
UPDATE ps_seigi_price_history_low SET `price` = 6.990000, `sale` = NULL, `date_price` = "2025-07-19", `date_sale` = NULL, `last_price` = NULL, `expiration` = "2025-09-20"
WHERE `id_product` = 60129 AND `id_combination` = 0 AND `id_shop` = 1 AND `id_currency` = 2 |
0.078
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:726
/modules/seigipricehistory/seigipricehistory.inc.php:897 (saveLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
340 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
424 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1840
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
682 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1281
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
687 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1003
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
701 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1006
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
715 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 541
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
756 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1109
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
896 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1390
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
996 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 588
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1315 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 374
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1408 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1467
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
66 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.077
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6893 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (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` = 'displayProductAccessories' LIMIT 1 |
0.077
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 60128) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
296 |
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` = 3) LIMIT 1 |
0.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:751 (addCldrDatasToCurrency)
/modules/seigipricehistory/classes/PriceCalculator.php:42 (getCurrenciesByIdShop)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:288 (getPrice)
/modules/seigipricehistory/classes/db.php:320 (getPriceWithoutReduct)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
334 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.077
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:890 (create)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:138 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
370 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 6 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.077
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
385 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1919
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.077
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
418 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1835
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.077
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
492 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 960
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
635 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1075
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
714 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 278
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
745 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 688
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1366 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1439
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.077
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1619 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.077
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:890 (create)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
346 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 105750 LIMIT 1 |
0.076
ms
|
6 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
387 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1920
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
409 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1828
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
659 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1033
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
686 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1580
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
746 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 580
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
747 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1107
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
751 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1121
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
788 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 555
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
790 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 450
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
937 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 804
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1102 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1279
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1118 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1531
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1257 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1176
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1266 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1189
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1291 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 601
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1294 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1892
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1303 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 923
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1339 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1442
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1342 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1470
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1355 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1858
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1397 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1440
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1420 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1626
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
276 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 60130 LIMIT 1 |
0.076
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
718 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 615
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1272 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1182
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1277 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 120
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1392 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1506
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
166 |
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.075
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
395 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1927
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
415 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1833
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
441 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 828
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
468 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1159
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
528 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1758
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
703 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 527
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
748 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1112
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
752 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1111
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
753 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1120
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
816 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1397
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1236 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1424
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1247 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 526
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1280 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1185
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1336 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1482
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1483 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1548
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
69 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 60129 LIMIT 1 |
0.075
ms
|
4 |
|
|
/classes/SpecificPrice.php:435
/override/classes/SpecificPrice.php:28 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
388 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1921
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
417 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1834
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
425 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1841
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
444 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 661
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
462 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 259
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
493 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 961
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
675 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1883
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
754 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1110
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
991 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 848
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1246 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 124
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1269 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1184
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1331 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 521
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1343 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1471
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1349 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1478
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
369 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.074
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:890 (create)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
438 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 912
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
749 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1894
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
777 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1226
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1273 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 673
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1295 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1199
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1353 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1581
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1395 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1491
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
81 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
0.074
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
159 |
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.074
ms
|
4 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/modules/axoncreator/axoncreator.php:2151 (isMultiCurrencyActivated)
/modules/axoncreator/axoncreator.php:946 (getListCurrencies)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
319 |
UPDATE ps_seigi_price_history_low SET `price` = 29.000000, `sale` = NULL, `date_price` = "2025-07-19", `date_sale` = NULL, `last_price` = NULL, `expiration` = "2025-08-31"
WHERE `id_product` = 60129 AND `id_combination` = 0 AND `id_shop` = 1 AND `id_currency` = 1 |
0.074
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:726
/modules/seigipricehistory/seigipricehistory.inc.php:897 (saveLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
393 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1925
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
402 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1933
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
435 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1735
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
490 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 958
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
501 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 968
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
519 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1276
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
705 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 394
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1101 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 743
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1121 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 614
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1122 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1543
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1256 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1417
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1274 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 671
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1276 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 150
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1412 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1879
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.074
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
170 |
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.073
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
371 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 6 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.073
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/base.php:143 (get_meta)
/modules/axoncreator/core/files/css/base.php:234 (get_url)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
455 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 428
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
480 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1164
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
985 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1574
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1270 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1258
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
65 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.073
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6893 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
167 |
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.073
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
168 |
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.073
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
169 |
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.073
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 60130) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
447 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1752
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
467 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1162
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
474 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 941
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
483 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1161
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
496 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 964
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
517 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1275
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
543 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1770
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
623 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 707
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
750 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1193
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1123 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1126
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1293 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 273
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1314 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 376
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1375 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1456
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.073
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1629 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 118 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d02b5ab4_47419480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d029ef57_64442667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
99 |
SELECT SQL_NO_CACHE `id_customtab`
FROM ps_nrtcustomtab_product
WHERE id_product = 60129 LIMIT 1 |
0.072
ms
|
0 |
|
|
/modules/nrtcustomtab/src/CustomTabModel.php:91
/modules/nrtcustomtab/nrtcustomtab.php:742 (getProductCustomTab)
/modules/nrtcustomtab/nrtcustomtab.php:713 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
175 |
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.072
ms
|
2 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
208 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 24 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.072
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
214 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_typography_schemes' LIMIT 1 |
0.072
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
216 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
344 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 554 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
389 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1922
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
399 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1930
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
433 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1848
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
434 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 910
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
440 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 827
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
442 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 829
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
443 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 830
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
450 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 547
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
458 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 334
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
471 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 946
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
487 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 955
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
488 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 956
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
494 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 962
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
498 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1348
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
768 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 431
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
801 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1402
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
980 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 887
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1000 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1059
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1045 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 542
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1124 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1125
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1253 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1174
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1292 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 100
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1333 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1437
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1354 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1860
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1368 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1450
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1376 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1457
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1377 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1459
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1396 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1500
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1450 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1660
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1610 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:788 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:695 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:530 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
71 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-08-21 00:00:00' AND '2025-08-21 23:59:59' LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/override/classes/SpecificPrice.php:51 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
86 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
108 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_review_product` pr WHERE pr.`id_product` = 60129 AND pr.`active` = 1 ORDER BY pr.`date_add` DESC LIMIT 0,99999999 |
0.071
ms
|
1 |
Yes
|
|
/modules/nrtreviews/src/NrtReviewProduct.php:97
/modules/nrtreviews/nrtreviews.php:384 (getByProduct)
/modules/nrtreviews/nrtreviews.php:321 (getComments)
/modules/nrtreviews/nrtreviews.php:276 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
172 |
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.071
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
266 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60128) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
413 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1831
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
446 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 659
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
454 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 429
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
459 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 335
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
464 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 189
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
499 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 966
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
504 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 483
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
605 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1432
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
621 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 515
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
660 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1032
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
693 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1004
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
977 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 831
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
992 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 792
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1115 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 874
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1125 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1124
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1296 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1202
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1345 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1473
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1356 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1582
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1360 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1534
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1371 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1453
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1374 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1458
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1403 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1514
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1487 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 448
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1526 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1907
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
297 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 3 |
0.071
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:751 (addCldrDatasToCurrency)
/modules/seigipricehistory/classes/PriceCalculator.php:42 (getCurrenciesByIdShop)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:288 (getPrice)
/modules/seigipricehistory/classes/db.php:320 (getPriceWithoutReduct)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
422 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1211
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
465 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1734
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
577 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 698
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1126 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1123
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1248 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 95
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
330 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/modules/stripe_official/stripe_official.php:1140 (outOfStock)
/classes/Hook.php:1043 (hookDisplayProductActions)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/stripe_official/stripe_official.php:532 (exec)
/classes/Hook.php:1043 (hookDisplayProductAdditionalInfo)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/2b/97/9c/2b979c84f43bf57f4730345097a675ac25ba3cc5_2.file.product-additional-info.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfcbcba6_15067847)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:482 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:131 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
445 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 660
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
461 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 209
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
477 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 949
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
482 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1163
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
486 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 954
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
539 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1767
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
574 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 934
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
853 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 525
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
989 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1103
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
993 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 695
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1105 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 753
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1249 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1170
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1254 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1175
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1301 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 925
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1370 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1452
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1385 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1441
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1391 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1511
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1541 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 980
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
171 |
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.070
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
176 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 121
AND `id_shop` = 1 |
0.070
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/seigicookie/seigicookie.inc.php:1210 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:361 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:265 (getConsentSettings)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
372 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.070
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
408 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1827
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
414 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1832
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
489 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 957
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
758 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1118
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
785 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 840
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
795 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1105
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1093 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 876
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1334 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1480
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
298 |
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` = 4) LIMIT 1 |
0.069
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:751 (addCldrDatasToCurrency)
/modules/seigipricehistory/classes/PriceCalculator.php:42 (getCurrenciesByIdShop)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:288 (getPrice)
/modules/seigipricehistory/classes/db.php:320 (getPriceWithoutReduct)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
401 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1932
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
421 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1838
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
432 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1847
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
460 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 333
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
466 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 283
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
470 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 939
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
479 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 950
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
618 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 383
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
928 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 904
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1250 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1558
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1252 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1173
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigipricehistory" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/seigipricehistory/util/module/Upgrade.php:61 (isInstalled)
/modules/seigipricehistory/seigipricehistory.inc.php:2058 (runUpgrade)
/modules/seigipricehistory/seigipricehistory.inc.php:89 (moduleUpgrade)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
321 |
SELECT SQL_NO_CACHE * FROM `ps_seigi_price_history_low` WHERE `id_product` = 60129 AND `id_combination` = 0 AND `id_shop` = 1 AND `id_currency` = 4 LIMIT 1 |
0.069
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:742
/modules/seigipricehistory/seigipricehistory.inc.php:833 (getLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
430 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1845
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
772 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 432
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
821 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 98
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
901 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1420
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
983 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 895
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1104 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1254
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1390 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1512
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1428 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1625
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1453 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1663
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1485 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 533
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
453 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 544
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
472 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 940
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1416 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1615
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1424 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1633
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
54 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.068
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
121 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.068
ms
|
9 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
173 |
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` = 'displayHeaderCategory' LIMIT 1 |
0.068
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
267 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 60128) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
373 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.068
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
374 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 6 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.068
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
390 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1923
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
391 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1924
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
403 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1934
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
431 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1846
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
436 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1747
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
437 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 911
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
439 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 913
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
451 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 546
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
452 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 545
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
469 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1165
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
473 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 947
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
478 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 943
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
481 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 944
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
491 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 959
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
497 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 965
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
500 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 967
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
502 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 969
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
505 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1291
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
525 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1755
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
546 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1773
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
590 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 372
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
615 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 730
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
963 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 891
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1092 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 996
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1425 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1630
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.068
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
57 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.067
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
174 |
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.067
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1074
/modules/axoncreator/axoncreator.php:1027 (getRelatedByKey)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
232 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_space_between_widgets' LIMIT 1 |
0.067
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
251 |
SELECT SQL_NO_CACHE position FROM `ps_category_product` WHERE id_category = 74 AND id_product = 60129 LIMIT 1 |
0.067
ms
|
1 |
|
|
/modules/nrtproductslinknav/nrtproductslinknav.php:139
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
386 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1876
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
396 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1928
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
407 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1826
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
412 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1830
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
420 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1837
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
426 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1842
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
427 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1843
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
463 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 203
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
476 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 942
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
484 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1160
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
495 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 963
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
734 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 549
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
895 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1583
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1255 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1171
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1452 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1662
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1488 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 396
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1621 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 3 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.067
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1631 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/module/Module.php:2109
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:205 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d02b5ab4_47419480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d029ef57_64442667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1633 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/module/Module.php:2109
/var/cache/prod/smarty/compile/akira/5d/85/99/5d85998f2045cda3df9427ce50fe4fead6d6cd49_2.file.account.tpl.php:246 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d02b5ab4_47419480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akira/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708d029ef57_64442667)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2273 (fetch)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3775 (fetch)
/classes/Hook.php:1043 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
209 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtthemecustomizer" LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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/includes/elements/section.php:242 (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/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
215 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_disable_colorpicker_schemes' LIMIT 1 |
0.066
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
299 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 4 |
0.066
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:751 (addCldrDatasToCurrency)
/modules/seigipricehistory/classes/PriceCalculator.php:42 (getCurrenciesByIdShop)
/modules/seigipricehistory/classes/PriceCalculator.php:32 (getPriceCalculation)
/modules/seigipricehistory/classes/db.php:288 (getPrice)
/modules/seigipricehistory/classes/db.php:320 (getPriceWithoutReduct)
/modules/seigipricehistory/seigipricehistory.inc.php:1300 (addPriceHistory)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
400 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1931
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
410 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1209
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
416 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1210
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
419 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1836
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
475 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 948
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
527 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1757
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
529 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1355
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
530 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1759
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
542 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1769
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
548 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1774
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
994 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 889
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
995 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 683
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1054 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 771
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1326 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 822
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1623 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_md' LIMIT 1 |
0.066
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1625 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 3 AND name = '_wp_page_template_id_lang_1' LIMIT 1 |
0.066
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
406 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1825
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1251 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1172
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.066
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
93 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 74
AND id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:884 (isAssociatedToShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
110 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avg, COUNT(pr.`rating`) as nbr FROM `ps_nrt_review_product` pr WHERE pr.`active` = 1 AND pr.`id_product` = 60129 LIMIT 1 |
0.065
ms
|
1 |
|
|
/modules/nrtreviews/src/NrtReviewProduct.php:104
/modules/nrtreviews/nrtreviews.php:323 (getAvgReviews)
/modules/nrtreviews/nrtreviews.php:276 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
397 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1929
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
520 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 648
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
526 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1756
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
558 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1783
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
601 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 460
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
662 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 846
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
887 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1538
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1082 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 856
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1430 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1636
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1611 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:788 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:695 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:530 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1624 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.065
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
339 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/axoncreator/axoncreator.php:1426 (__construct)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
448 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1753
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
456 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 427
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
560 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1784
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
568 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1811
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
664 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 716
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
815 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1395
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1491 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 289
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1622 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 3 AND name = '_elementor_css_id_lang_1' LIMIT 1 |
0.065
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/core/files/css/post.php:122 (get_post_meta)
/modules/axoncreator/core/files/base.php:224 (load_meta)
/modules/axoncreator/core/files/base.php:143 (get_meta)
/modules/axoncreator/core/files/css/base.php:234 (get_url)
/modules/axoncreator/core/files/css/post.php:207 (enqueue)
/modules/axoncreator/includes/frontend.php:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
111 |
CREATE TABLE IF NOT EXISTS `ps_discount_by_review` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`id_product` int(10) unsigned NOT NULL,
`id_customer` int(10) unsigned NOT NULL,
`id_guest` int(10) unsigned NOT NULL,
`discount_id` int(10) unsigned NOT NULL,
`date_add` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
0.064
ms
|
1 |
|
|
/modules/nrtreviews/src/DiscountByReview.php:42
/modules/nrtreviews/src/DiscountManagerService.php:19 (createTable)
/modules/nrtreviews/nrtreviews.php:333 (__construct)
/modules/nrtreviews/nrtreviews.php:276 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
322 |
UPDATE ps_seigi_price_history_low SET `price` = 33.700000, `sale` = NULL, `date_price` = "2025-07-19", `date_sale` = NULL, `last_price` = NULL, `expiration` = "2025-09-20"
WHERE `id_product` = 60129 AND `id_combination` = 0 AND `id_shop` = 1 AND `id_currency` = 4 |
0.064
ms
|
1 |
|
|
/modules/seigipricehistory/classes/db.php:726
/modules/seigipricehistory/seigipricehistory.inc.php:897 (saveLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:912 (findLowestPrice)
/modules/seigipricehistory/seigipricehistory.inc.php:1306 (findLowestPrices)
/modules/seigipricehistory/seigipricehistory.inc.php:369 (hookActionProductUpdate)
/modules/seigipricehistory/seigipricehistory.inc.php:302 (displayModal)
/modules/seigipricehistory/seigipricehistory.inc.php:246 (generateContent)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6b/8a/f7/6b8af7ce987c74f511441be81d906fd8131d9d53_2.file.product-prices.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfc32220_67231409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:259 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
584 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 465
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
636 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 885
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
867 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1195
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1096 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 649
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
113 |
SELECT SQL_NO_CACHE *
FROM `ps_cart_rule` a
WHERE (a.`id_cart_rule` = 672) LIMIT 1 |
0.064
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/nrtreviews/src/DiscountManagerService.php:123 (__construct)
/modules/nrtreviews/src/DiscountManagerService.php:108 (findDiscount)
/modules/nrtreviews/nrtreviews.php:333 (getDiscount)
/modules/nrtreviews/nrtreviews.php:276 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
359 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 105125 AND id_shop=1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/override/classes/Product.php:1090
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
392 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1875
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
398 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1874
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
428 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1550
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
531 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1760
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
532 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1761
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
536 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1764
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
547 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1073
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
554 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1779
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
580 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 619
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
625 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1086
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
656 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 717
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
840 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 844
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1407 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1466
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
341 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 74 AND ctg.`id_group` = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/Category.php:1754
/classes/Category.php:973 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
352 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 554 LIMIT 1 |
0.063
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/override/classes/Product.php:147 (__construct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
569 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1812
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
575 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 700
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
654 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 719
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
84 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
112 |
SELECT SQL_NO_CACHE discount_id FROM `ps_discount_by_review`
WHERE
`id_customer` = 0
ORDER BY `date_add` DESC LIMIT 1 |
0.063
ms
|
113 |
Yes
|
|
/modules/nrtreviews/src/DiscountByReview.php:54
/modules/nrtreviews/src/DiscountManagerService.php:115 (getDiscountByReview)
/modules/nrtreviews/src/DiscountManagerService.php:108 (findDiscount)
/modules/nrtreviews/nrtreviews.php:333 (getDiscount)
/modules/nrtreviews/nrtreviews.php:276 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
155 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title |
0.063
ms
|
7 |
Yes
|
Yes
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3902
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2825 (get_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3251 (StandardFont)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
356 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 554 LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
404 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1208
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
514 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 991
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
540 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1768
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
555 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1780
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
570 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1813
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
585 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 464
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
592 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 469
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
607 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1434
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
663 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 858
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
897 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1135
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
904 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1553
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
936 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 805
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
954 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 609
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1087 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 682
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1103 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1082
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1431 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1635
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1620 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_viewport_lg' LIMIT 1 |
0.063
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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:890 (create)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/6f/71/05/6f71057721edbe5ad9dec765be9ecf77cd901743_2.file.footer.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfeede02_63697316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1350 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1521
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
46 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
233 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_stretched_section_container' LIMIT 1 |
0.062
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
348 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 105750 AND id_shop=1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/override/classes/Product.php:1090
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
550 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1776
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
551 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1777
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
556 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1781
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
561 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1785
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
566 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1809
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
581 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 696
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
583 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1358
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
587 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 567
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
593 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 280
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
606 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1433
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
616 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 459
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
642 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 737
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
665 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 715
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
727 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1738
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
787 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1009
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
844 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 290
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
889 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1048
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
925 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 862
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
948 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 518
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
961 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1194
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
978 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 794
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1052 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 8
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1062 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1204
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1347 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1475
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1361 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1438
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1365 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1448
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
50 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RON') LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
102 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 278
AND `id_shop` = 1 |
0.061
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/seigigpsr/seigigpsr.inc.php:1210 (registerHook)
/modules/seigigpsr/util/license.php:26 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:110 (getLicenserObject)
/modules/seigigpsr/seigigpsr.inc.php:576 (isActiveLicense)
/modules/seigigpsr/seigigpsr.inc.php:419 (hookDisplaySeigiGpsr)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
148 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 3
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/controllers/front/ProductController.php:1340 (getCategoryLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
162 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
0.061
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Currency.php:766 (getCurrencyInstance)
/classes/Currency.php:669 (addCldrDatasToCurrency)
/modules/axoncreator/axoncreator.php:2198 (getCurrencies)
/modules/axoncreator/axoncreator.php:946 (getListCurrencies)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
234 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_page_title_selector' LIMIT 1 |
0.061
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
271 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 74 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:148 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
541 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1575
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
557 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1782
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
565 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1212
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
571 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 855
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
586 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 463
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
588 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1357
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
591 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 371
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
596 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 736
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
633 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 708
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
657 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 705
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
661 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 847
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
817 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1398
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
839 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 816
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
922 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 998
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
924 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 861
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
930 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 864
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
942 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1013
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1027 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1540
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1038 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 572
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1061 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1530
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1070 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 836
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1170 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 779
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1201 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1726
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1240 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 294
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1595 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1249
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
620 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 632
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
964 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 890
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1312 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 930
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1406 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1509
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
109 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_review_product` pr WHERE pr.`id_product` = 60129 AND pr.`active` = 1 ORDER BY pr.`date_add` DESC LIMIT 0,5 |
0.060
ms
|
1 |
Yes
|
|
/modules/nrtreviews/src/NrtReviewProduct.php:97
/modules/nrtreviews/nrtreviews.php:396 (getByProduct)
/modules/nrtreviews/nrtreviews.php:321 (getComments)
/modules/nrtreviews/nrtreviews.php:276 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
235 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_global_image_lightbox' LIMIT 1 |
0.060
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
549 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1775
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
552 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1778
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
559 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1071
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
626 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 872
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
666 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 714
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
854 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 379
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
935 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 806
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1230 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 866
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1238 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 7
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1358 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1536
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1389 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1501
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1515 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 493
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
449 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 658
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
576 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 699
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
599 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 628
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
610 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1088
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
619 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 709
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
627 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 727
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
802 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1014
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
915 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1573
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1058 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 865
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1081 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 877
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
237 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_color' LIMIT 1 |
0.059
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
506 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1290
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
578 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 621
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
602 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 734
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
638 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 790
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
769 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1085
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
803 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1021
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
898 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1198
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
905 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1554
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
943 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 645
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
955 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 330
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1063 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 873
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1200 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1725
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1593 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1247
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
236 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_enable_lightbox_in_editor' LIMIT 1 |
0.059
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
291 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 74 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/nrtproductslinknav/nrtproductslinknav.php:178 (assembleProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:155 (getInfoProduct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
345 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 554 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
521 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 9
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
533 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1762
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
562 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1786
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
573 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 853
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
589 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 373
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
603 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 710
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
612 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 733
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
646 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 706
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
759 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1116
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
778 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1233
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
786 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 663
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
822 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 814
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
845 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 809
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
868 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1080
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
888 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1065
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
902 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1551
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
929 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 863
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
949 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 535
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
965 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 832
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1117 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1097
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1233 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 681
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1285 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1034
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1460 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1850
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
238 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color' LIMIT 1 |
0.058
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
280 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 60130 AND id_shop=1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/override/classes/Product.php:1090
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
609 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1436
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
630 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 726
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
855 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 409
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
899 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1134
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
917 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 997
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
920 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 999
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1072 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 748
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1137 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1711
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1140 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 763
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1330 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 277
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1454 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1664
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
239 |
SELECT SQL_NO_CACHE value FROM ps_axon_creator_meta WHERE id = 1 AND name = 'elementor_lightbox_ui_color_hover' LIMIT 1 |
0.058
ms
|
1 |
|
|
/modules/axoncreator/src/Wp_Helper.php:1188
/modules/axoncreator/src/Wp_Helper.php:1253 (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/includes/controls/groups/typography.php:104 (get_model)
/modules/axoncreator/includes/controls/groups/base.php:178 (init_fields)
/modules/axoncreator/includes/controls/groups/base.php:267 (get_fields)
/modules/axoncreator/includes/controls/groups/base.php:103 (filter_fields)
/modules/axoncreator/includes/base/controls-stack.php:721 (add_controls)
/modules/axoncreator/includes/widgets/heading.php:247 (add_group_control)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
534 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1763
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
595 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 841
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
600 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 735
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
613 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 732
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
631 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 725
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
639 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 690
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
648 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1347
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
773 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 509
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
779 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1234
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
791 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 557
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
792 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 339
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
796 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1041
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
804 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1015
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
818 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1016
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
841 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 817
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
900 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1133
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
903 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1552
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
908 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1557
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
923 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 860
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
950 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1012
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1025 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1404
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1112 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 745
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1258 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1177
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1279 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 197
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1434 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1651
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
608 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1435
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
883 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1042
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
120 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
360 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 105125 AND `id_group` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
579 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 620
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
594 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 712
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
634 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1428
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
640 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 691
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
649 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1074
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
761 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1115
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
770 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1091
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
774 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 338
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
781 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1049
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
794 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1207
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
797 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 420
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
798 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1359
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
811 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1394
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
826 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1389
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
827 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1102
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
843 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 819
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
856 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 662
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
857 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 455
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
890 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 799
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
893 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1067
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
906 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1555
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
907 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1556
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
910 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 608
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
913 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1345
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
914 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1343
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
918 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1000
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
919 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1089
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
926 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 903
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
927 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 905
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
932 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 692
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
933 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 808
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
951 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 443
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
952 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 458
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
957 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1567
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
958 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1566
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
967 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 523
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1001 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 897
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1006 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 901
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1007 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 313
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1032 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 796
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1043 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1214
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1086 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1427
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1088 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 750
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1097 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 742
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1379 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1462
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1422 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1628
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
72 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-08-21 00:00:00' AND '2025-08-21 23:59:59' LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/override/classes/SpecificPrice.php:51 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
286 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 60130) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
563 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1787
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
582 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 607
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
614 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 627
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
643 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 723
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
644 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 408
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
645 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 722
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
650 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 871
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
764 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1339
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
775 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1886
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
780 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 909
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
783 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1052
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
793 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 340
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
805 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1020
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
823 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1561
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
829 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1055
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
833 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 870
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
837 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 859
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
842 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 818
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
846 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 810
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
849 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 812
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
851 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 506
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
869 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1584
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
870 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1046
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
871 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 914
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
872 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 915
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
873 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1045
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
875 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 916
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
876 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1044
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
879 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1043
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
880 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 631
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
881 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 548
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
884 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 451
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
885 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 447
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
886 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1047
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
891 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1066
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
892 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 467
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
909 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1426
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
912 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1342
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
916 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1344
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
921 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1094
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
934 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 807
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
956 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 893
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
959 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1565
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
966 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 643
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
968 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 331
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1055 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 881
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1060 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 773
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1076 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1229
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1089 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 741
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1113 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1528
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1127 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 746
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1186 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1257
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1507 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 485
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1542 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 985
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1582 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1024
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
76 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 60129 AND id_shop=1 LIMIT 1 |
0.056
ms
|
1 |
|
|
/override/classes/Product.php:1090
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
760 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1297
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
820 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1393
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
874 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 850
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
911 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 292
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
931 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 902
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1310 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 932
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.056
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
88 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 60129
AND id_shop = 1 LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:192 (isAssociatedToShop)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
515 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 992
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
535 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1354
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
564 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1788
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
1 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
604 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1431
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
637 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 800
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
641 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 519
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
653 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 720
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
762 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1108
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
763 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1564
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
810 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1400
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
812 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1396
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
813 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1391
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
819 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1392
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
824 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1895
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
825 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1388
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
828 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1333
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
831 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1419
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
836 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 845
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
850 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 813
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
862 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1911
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
863 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1299
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
865 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1341
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
877 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 668
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
882 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 581
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
969 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 894
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
970 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1527
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
972 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1084
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
973 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1083
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1028 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1891
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1094 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 825
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1106 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 634
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1203 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1728
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1281 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 624
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1288 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1863
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1369 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1451
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1423 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1621
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1443 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1646
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1516 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 494
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1612 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:788 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:695 (getProductObjectFromHookParams)
/modules/seigigpsr/seigigpsr.inc.php:530 (hookDisplaySeigiGpsrLabel)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:169 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
247 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtproductslinknav" LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
260 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 60128 AND id_shop=1 LIMIT 1 |
0.055
ms
|
1 |
|
|
/override/classes/Product.php:1090
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
806 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1019
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
809 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 592
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
830 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1054
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
834 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 869
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
847 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 820
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
848 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 811
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
858 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 536
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
859 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 589
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
860 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 291
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
861 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1910
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
864 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1300
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
878 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 821
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
953 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 437
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
960 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1192
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
971 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1526
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
974 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1129
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1098 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1294
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.055
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
87 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
553 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1072
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
629 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 689
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
652 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 787
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
765 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1114
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
814 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1401
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
832 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1035
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
835 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1334
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1002 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 898
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1034 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 630
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1044 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 843
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1077 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1037
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1164 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1693
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1475 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 937
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1481 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1546
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1544 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 981
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1558 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 603
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
85 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 60129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `id_cart_rule`
FROM `ps_cart_rule`
WHERE `code` = 'V4cbBonTC2' LIMIT 1 |
0.054
ms
|
145 |
|
|
/classes/CartRule.php:616
/modules/nrtreviews/src/DiscountManagerService.php:125 (cartRuleExists)
/modules/nrtreviews/src/DiscountManagerService.php:108 (findDiscount)
/modules/nrtreviews/nrtreviews.php:333 (getDiscount)
/modules/nrtreviews/nrtreviews.php:276 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
117 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 74 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/Product.php:5655
/override/classes/Product.php:184 (getProductProperties)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
151 |
SELECT SQL_NO_CACHE `config`
FROM ps_nrt_themect_page_config
WHERE `page_id` = 60129
AND `page_type` = 'product' LIMIT 1 |
0.054
ms
|
0 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3640
/modules/nrtthemecustomizer/nrtthemecustomizer.php:2935 (_getThemeCtPageConfig)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3180 (_getPageConfigOnFront)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
245 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:132 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfbb25d9_31452773)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:159 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:173 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:202 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
597 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 711
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
611 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 868
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
766 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1113
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
782 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1050
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
807 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1018
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
808 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1017
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
866 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1079
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1008 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1403
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1009 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1525
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1046 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1885
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1056 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 837
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1202 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1727
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1204 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1729
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1241 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 295
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1242 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 457
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1426 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1631
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1543 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 989
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1551 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 978
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1554 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1064
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.054
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
508 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1286
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
628 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 639
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
651 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 721
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1016 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1893
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1019 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 566
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1020 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1230
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1026 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1849
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1083 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 749
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1259 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1178
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1348 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1477
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1552 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 984
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1553 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1191
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
133 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
0.053
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
507 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1288
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
647 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1912
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1078 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 834
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1090 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1865
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1146 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1697
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1232 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 884
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1260 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1179
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1313 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1010
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1359 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1533
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1462 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1670
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1492 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 287
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1527 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1908
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1555 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1077
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1556 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 701
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1557 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 597
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1563 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 595
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.053
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1035 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 625
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1039 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 444
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1107 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 744
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1282 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1186
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
114 |
SELECT SQL_NO_CACHE *
FROM `ps_cart_rule_lang`
WHERE `id_cart_rule` = 672 |
0.052
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/nrtreviews/src/DiscountManagerService.php:123 (__construct)
/modules/nrtreviews/src/DiscountManagerService.php:108 (findDiscount)
/modules/nrtreviews/nrtreviews.php:333 (getDiscount)
/modules/nrtreviews/nrtreviews.php:276 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
210 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2109
/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/includes/elements/section.php:242 (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/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
217 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2109
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
248 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
257 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 60128
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.052
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
277 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 60130
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.052
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
598 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 786
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1003 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 899
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1010 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1386
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1018 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 565
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1021 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1256
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1029 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1078
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1030 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1095
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1031 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 883
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1033 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 842
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1047 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1890
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1064 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 774
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1065 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 776
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1108 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1096
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1128 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 579
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1141 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 764
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1180 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1537
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1205 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1730
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1243 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 433
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1262 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 574
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1380 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1461
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1432 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1637
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1451 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1661
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1455 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1666
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1456 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1667
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1461 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1669
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1545 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 975
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1566 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 593
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1583 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1026
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1596 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 303
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.052
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
55 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
58 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.051
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
145 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 14 |
0.051
ms
|
16 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1004 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 900
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1012 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1381
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1013 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1380
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1014 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1379
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1015 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1378
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1022 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1677
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1023 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 94
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1024 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1213
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1036 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 505
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1037 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 507
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1040 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 445
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1041 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 390
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1048 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1278
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1050 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1422
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1079 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 739
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1080 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1346
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1085 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1153
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1099 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1425
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1100 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 752
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1109 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 875
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1110 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 798
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1114 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1022
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1131 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1710
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1134 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 759
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1147 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1699
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1171 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1695
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1189 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1722
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1209 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1868
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1244 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 415
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1261 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 302
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1263 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 797
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1265 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1188
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1284 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1913
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1427 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1634
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1508 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 486
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1518 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 495
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1549 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 977
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1589 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1232
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1594 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1248
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1011 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1382
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1017 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 361
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1049 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1292
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1286 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 653
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1482 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1547
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.051
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
157 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
268 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 60128) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
287 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 60130) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
510 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1284
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
511 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 210
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1084 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 740
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1111 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 754
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1129 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 757
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1130 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 578
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1132 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1127
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1133 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 758
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1135 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 760
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1136 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 761
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1139 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 762
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1143 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1694
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1149 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1156
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1151 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1157
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1153 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1155
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1155 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1700
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1156 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1038
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1158 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1692
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1162 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1255
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1172 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 777
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1177 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 623
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1178 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 576
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1184 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1718
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1185 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1716
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1194 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1139
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1207 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1148
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1213 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1873
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1222 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1267
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1225 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1261
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1226 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1430
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1264 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 587
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1283 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1169
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1493 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1749
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1519 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 496
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1529 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1902
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1531 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1904
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1546 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 986
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
144 |
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` = 14) LIMIT 1 |
0.050
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
288 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 60130) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
509 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1285
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1142 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1712
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1148 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1686
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1150 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1152
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1157 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1701
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1160 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 793
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1161 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1704
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1206 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1149
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1210 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1869
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1223 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1252
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1227 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 995
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1229 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1151
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1287 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1187
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1436 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1851
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1438 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1638
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1439 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1648
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1496 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 77
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1512 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 499
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1517 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 500
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1530 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1903
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.050
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
135 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
0.049
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1144 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1685
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1154 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1691
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1159 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1702
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1165 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1706
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1168 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1705
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1173 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 430
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1181 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1714
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1182 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1715
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1183 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1717
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1192 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1137
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1193 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1138
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1197 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1524
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1198 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1216
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1199 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1136
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1216 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1147
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1220 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1856
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1435 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1853
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1472 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1887
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1476 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1106
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1494 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1855
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1499 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1240
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1500 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1241
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1501 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1242
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1502 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1243
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1513 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 491
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1528 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1909
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1532 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1905
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1550 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 987
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1564 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 596
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1575 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 481
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1580 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1293
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1584 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1884
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1588 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1231
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1590 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1235
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1598 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1081
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
73 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 60129
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.049
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:72 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
77 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 60129 AND `id_group` = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
156 |
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 |
0.049
ms
|
7 |
|
|
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3894
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3056 (get_css_fonts)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1138 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1128
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1145 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1698
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1152 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1269
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1163 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1703
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1174 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 778
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1175 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 452
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1176 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 477
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1179 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1217
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1187 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1719
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1188 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1723
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1190 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1721
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1191 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1720
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1195 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1522
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1196 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1523
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1208 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1866
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1212 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1872
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1214 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1870
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1215 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1146
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1217 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 71
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1218 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 96
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1219 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1857
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1221 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1862
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1224 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1131
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1228 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 994
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1433 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1852
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1437 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1652
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1446 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1643
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1447 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1644
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1448 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1641
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1457 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1668
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1465 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1657
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1469 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1676
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1477 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 936
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1497 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1238
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1498 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1239
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1503 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1244
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1504 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1245
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1509 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 487
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1510 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 489
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1520 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 497
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1525 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1906
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1567 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 604
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1568 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1236
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1576 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1023
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1577 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1029
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1578 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1030
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1585 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1027
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1597 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 130
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1602 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1196
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.049
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
149 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 284
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/controllers/front/ProductController.php:1340 (getCategoryLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1167 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1708
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1211 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1871
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1440 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1649
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1442 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1645
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1463 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1671
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1468 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1675
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1470 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1659
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1471 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 935
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1474 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1562
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1505 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 78
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1547 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 988
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1548 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 983
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1559 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 599
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1569 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 359
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1581 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1025
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1587 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 482
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
512 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1277
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1166 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1707
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1169 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1713
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1304 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 664
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1441 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1639
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1444 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1640
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1445 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1642
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1449 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1655
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1458 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1658
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1464 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1672
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1467 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1674
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1495 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 76
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1506 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 480
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1511 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 490
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1514 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 492
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1521 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 498
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1522 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 600
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1523 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 128
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1570 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 424
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1571 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 425
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1579 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1031
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1586 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1028
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1604 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1092
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1605 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1576
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1606 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1854
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.048
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1572 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 426
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
246 |
SELECT SQL_NO_CACHE `id_productvideo`
FROM ps_nrtproductvideo_product
WHERE id_product = 60129 LIMIT 1 |
0.047
ms
|
0 |
|
|
/modules/nrtproductvideo/src/ProductVideoModel.php:89
/modules/nrtproductvideo/nrtproductvideo.php:694 (getProductVideos)
/modules/nrtproductvideo/nrtproductvideo.php:677 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:132 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/e2/e1/b5/e2e1b5264cd2b163fcf7ccc7786b496af7682b0d_2.file.product-cover-thumbnails.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfbb25d9_31452773)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:159 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:173 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:202 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:45 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1459 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1656
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1466 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1673
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1473 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1563
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1524 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1901
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1560 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 598
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1561 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 594
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1562 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 669
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1565 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 602
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1574 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 484
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1591 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1237
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1592 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1246
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1599 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 327
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1600 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 326
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1603 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 1197
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.047
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1573 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 245
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.046
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1601 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 554
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.046
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
349 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 105750 AND `id_group` = 1 LIMIT 1 |
0.045
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/override/classes/Product.php:184 (getProductProperties)
/classes/Product.php:5984 (getProductProperties)
/override/classes/Product.php:1107 (getProductsProperties)
/classes/Category.php:1074 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/axoncreator/axoncreator.php:1442 (runQuery)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
218 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtshoppingcart" LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
107 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 362 AND `id_shop` = 1 LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
146 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.044
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
103 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 278
AND `id_shop` = 2 |
0.043
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/seigigpsr/seigigpsr.inc.php:1210 (registerHook)
/modules/seigigpsr/util/license.php:26 (__construct)
/modules/seigigpsr/seigigpsr.inc.php:110 (getLicenserObject)
/modules/seigigpsr/seigigpsr.inc.php:576 (isActiveLicense)
/modules/seigigpsr/seigigpsr.inc.php:419 (hookDisplaySeigiGpsr)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
130 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.043
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
178 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 25
AND `id_module` = 121
AND `id_shop` = 1 |
0.043
ms
|
0 |
|
|
/classes/Hook.php:515
/classes/module/Module.php:2150 (isModuleRegisteredOnHook)
/modules/seigicookie/seigicookie.inc.php:274 (isRegisteredInHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
137 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
177 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 121
AND `id_shop` = 2 |
0.043
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1061 (registerHook)
/modules/seigicookie/seigicookie.inc.php:1210 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:361 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:265 (getConsentSettings)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
219 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/module/Module.php:2109
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "axoncreator" LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3215 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
139 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
0.042
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
78 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
141 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 6
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/override/classes/Product.php:9 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
150 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 74
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.041
ms
|
0 |
|
|
/override/classes/Link.php:45
/controllers/front/ProductController.php:1348 (getCategoryLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
261 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 60128 AND `id_group` = 1 LIMIT 1 |
0.041
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:146 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
281 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 60130 AND `id_group` = 1 LIMIT 1 |
0.041
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/override/classes/Product.php:117 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/override/classes/Product.php:9 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:153 (__construct)
/modules/nrtproductslinknav/nrtproductslinknav.php:130 (getLinksInCategory)
/modules/nrtproductslinknav/nrtproductslinknav.php:111 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/56/e9/ad/56e9ad05669e8ef009bbc5acb795ec8707e10374_2.file.product-4.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cfba3cf9_94998617)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:212 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
142 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.040
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:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
221 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1 |
0.040
ms
|
0 |
|
|
/classes/module/Module.php:2109
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1306 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 927
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.040
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
122 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.039
ms
|
9 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
153 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
0.039
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3215 (isEnabled)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3038 (renderOptions)
/modules/nrtthemecustomizer/nrtthemecustomizer.php:3281 (_prepHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
158 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 92 AND `id_shop` = 1 LIMIT 1 |
0.039
ms
|
0 |
|
|
/classes/module/Module.php:2109
/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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
224 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
225 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/module/Module.php:2109
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
220 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtcompare" LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
227 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/module/Module.php:2109
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
179 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 0
AND `id_module` = 121
AND `id_shop` = 1 |
0.036
ms
|
0 |
|
|
/classes/Hook.php:515
/classes/module/Module.php:2150 (isModuleRegisteredOnHook)
/modules/seigicookie/seigicookie.inc.php:274 (isRegisteredInHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
222 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtwishlist" LIMIT 1 |
0.036
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
223 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.036
ms
|
0 |
|
|
/classes/module/Module.php:2109
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
226 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtmegamenu" LIMIT 1 |
0.036
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
1307 |
SELECT SQL_NO_CACHE spl.link_rewrite
FROM ps_category_seo_page csp
INNER JOIN ps_af_seopage_lang spl ON csp.id_seopage = spl.id_seopage
WHERE csp.id_category = 926
AND spl.id_lang = 1
AND spl.id_shop = 1 LIMIT 1 |
0.036
ms
|
0 |
|
|
/override/classes/Link.php:45
/modules/axoncreator/axoncreator.php:2255 (getCategoryLink)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2266 (getTree)
/modules/axoncreator/axoncreator.php:2243 (getTree)
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:167 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:226 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_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/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
131 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.034
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
229 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.034
ms
|
0 |
|
|
/classes/module/Module.php:2109
/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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
143 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1 |
0.033
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
228 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "revsliderprestashop" LIMIT 1 |
0.033
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (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:865 (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:891 (enqueue)
/modules/axoncreator/axoncreator.php:1486 (get_builder_content)
/modules/axoncreator/axoncreator.php:1466 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:93 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/79/f3/67/79f367a74e53f5be789d238285d110c6d69b1261_2.file.header.tpl.php:49 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9d5a17_67657235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:80 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:403 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/ea/14/62/ea14628e6ae373901c339a2767f98b079c50692c_2.file.layout-both-columns.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cd9664b5_25956870)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/akiralayouts_layout_full_width_tpl/d7/41/c3/d741c30f58d92ec052dd6277273885e695973669_2.file.product.tpl.php:63 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68a708cdcff0d8_46271716)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|